Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: DDR score validation with judgements using step counts #1164

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

Gyoo
Copy link
Contributor

@Gyoo Gyoo commented Aug 25, 2024

  • Imported stepCounts and holdCounts from the best source I could find (that doesn't require manually parsing all the charts from game data, I'm not ready for this). Source is mentioned in seeds/scripts/rerunners/ddr/README.md, this is a public spreadsheet.
  • Added chart support for ScoreValidator
  • Reworked score validation using judgements with that newly added chart data

@tachi-repo-bot
Copy link

A commit has changed the seeds. View the diff here.

@Gyoo Gyoo force-pushed the stepCounts branch 2 times, most recently from f2737bb to 19df306 Compare August 25, 2024 07:47
seeds/scripts/rerunners/ddr/README.md Outdated Show resolved Hide resolved
@@ -164,7 +164,8 @@ export type GPTGoalProgressFormatters<GPT extends GPTString> = {
* indicating what the error was on failure.
*/
export type ScoreValidator<GPT extends GPTString> = (
score: ScoreDocument<GPT>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is sensible and should be merged regardless of the sheet data issues, although chart need not be optional.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll make a separate PR for that and set this one as draft until I can figure out another solution for stepcounts then

@Gyoo Gyoo marked this pull request as draft August 27, 2024 09:21
@Gyoo Gyoo marked this pull request as ready for review September 5, 2024 12:51
@Gyoo Gyoo requested a review from zkrising September 5, 2024 13:03
@zkrising
Copy link
Owner

zkrising commented Sep 5, 2024

What changed between now and the previous state of affairs? You've done a force-push so I can't exactly figure out what was done myself.

@Gyoo
Copy link
Contributor Author

Gyoo commented Sep 5, 2024

Sorry, bad habit from work.
Step counts are now parsed from game data instead of that massive spreadsheet I found online

@zkrising
Copy link
Owner

Awesome stuff. Thank you man.

@zkrising zkrising merged commit 5fefa61 into zkrising:main Sep 23, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants